|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
This class holds the Ipsec Tunnel Attributes. More...
Public Member Functions | |
| string | getKey () |
| Returns the key value for the tunnelIpsecAttribute. More... | |
| void | setKey (string) |
| Sets the key for the tunnelIpsecAttribute. More... | |
| string | getName () |
| Returns the lifetime value for the tunnelIpsecAttribute. More... | |
| void | setName (string) |
| Sets the name for the tunnelIpsecAttribute. More... | |
This class holds the Ipsec Tunnel Attributes.
| string TunnelIpsecAttribute::getKey | ( | ) |
Returns the key value for the tunnelIpsecAttribute.
| string TunnelIpsecAttribute::getName | ( | ) |
Returns the lifetime value for the tunnelIpsecAttribute.
| void TunnelIpsecAttribute::setKey | ( | string | ) |
Sets the key for the tunnelIpsecAttribute.
| string,the | key value. |
| void TunnelIpsecAttribute::setName | ( | string | ) |
Sets the name for the tunnelIpsecAttribute.
| string,the | name value. |